@charset "utf-8";
/* CSS Document */
/*头部*/
#top{
	height:20px;
	line-height:20px;
	width:100%;
	min-width:1170px;
	background:#444444;
	color:#fff;	
}
.top_content{
	height:20px;
	overflow:hidden;	
}
.top_content a{
	color:#fff;
	margin:0px 5px;	
}
#header{
	height:90px;
	position:relative;	
}
.logo{
	position:absolute;
	left:0px;
	top:18px;	
}
#nav{
	height:52px;
	position:absolute;
	right:0px;
	bottom:0px;	
}
#nav li{
	height:52px;
	width:106px;
	float:left;	
	position:relative;
}
#nav li>a{
	height:52px;
	width:106px;
	line-height:52px;
	text-align:center;
	font-size:16px;
	display:block;
	font-weight:bold;
}
#nav li>a:hover{
	color:#ba2b26;	
}
.current>a{
	color:#ba2b26 !important;		
}
.current1>a{
	color:#ba2b26 !important;		
}
.sub_nav{
	position:absolute;
	z-index:20;
	top:52px;
	left:0px;
	width:106px;
	display:none;	
}
.sub_nav dd{
	margin-bottom:1px;	
}
.sub_nav dd a{
	display:block;
	width:100%;
	height:32px;
	line-height:32px;
	text-align:center;
	background:url(../images/sub_nav.png) no-repeat;
	font-size:14px;
	color:#2a2a2a;	
	overflow:hidden;
}
.sub_nav dd a:hover{
	color:#ba2b26;	
}

.sou{
	background:url(../images/sou.png) no-repeat;
	height:20px;
	width:205px;
	position:absolute;
	right:157px;
	top:18px;
	overfow:hidden;	
}
.search{
	background: none;
	border: none;
	line-height:16px;
	height: 16px;
	width: 150px;
	padding:2px 10px;
	color:#999;
}
.language{
	position:absolute;
	right:0px;
	top:18px;
	height:20px;
	line-height:20px;	
}
.language a{
	padding-left:32px;
	margin-left:12px;	
}
.lan1{
	background:url(../images/lan1.png) no-repeat left center;	
}
.lan2{
	background:url(../images/lan2.png) no-repeat left center;	
}
.tijiao{
	background: none;
	border: none;
	height: 20px;
	width: 35px;
	cursor: pointer;	
}
#banner{
	height:550px;
	width:100%;
	min-width:1170px;
	overflow:hidden;
	position:relative;	
}
.banner_ul{
	height:550px;
	width:100% !important;
	position:relative;
	overflow:hidden;
}
.banner_ul li{
	
	position:absolute;
	left:50% !important;
	top:0px !important;
	margin-left:-800px !important;
}
#banner .prev{
	display:block;
	height:48px;
	width:35px;
	position:absolute;
	left:50%;
	margin-left:-585px;
	top:311px;
	z-index:10;	
	background:url(../images/banner_jt.png) no-repeat left center;
}
#banner .next{
	display:block;
	height:48px;
	width:35px;
	position:absolute;
	right:50%;
	margin-right:-585px;
	top:311px;
	z-index:10;	
	background:url(../images/banner_jt.png) no-repeat right center;
}
/*主体内容*/
.content{
	overflow:hidden;
	margin:22px auto 6px;	
}
.about{
	width:565px;	
}
.title{
	height:50px;
	line-height:25px;
	margin-bottom:14px;	
	text-indent:27px;
	font-size:18px;
	color:#ba2b26;
}
.title span{
	text-indent:10px;
	font-size:18px;
	color:#2a2a2a;
	font-family:Arial, Helvetica, sans-serif;
}
.t1{
	background:url(../images/title_icon1.png) no-repeat left 5px;	
}
.t2{
	background:url(../images/title_icon2.png) no-repeat left 5px;	
}
.about_box{
	height:175px;
	line-height:30px;
	overflow:hidden;
}
.news_box{
	width:561px;	
}
.news_img{
	height:169px;
	width:256px;	
}
.news_ul{
	width:282px;	
}
.news_ul li{
	height:28px;
	line-height:28px;
	overflow:hidden;
	background:url(../images/news_icon1.png) no-repeat left center;
	padding-left:15px;	
}
.news_ul li:hover{
	background:url(../images/news_icon2.png) no-repeat left center;	
}
.news_ul li:hover a,.news_ul li:hover span{
	color:#ba2b26;	
}
.products{
	margin-top:25px;	
}
.pro_title{
	width:155px;
	margin:0 auto;
	height:50px;
	line-height:25px;	
	font-size:18px;
	color:#ba2b26;
	text-align:center;
	background:url(../images/title_icon3.png) no-repeat 14px 3px;
	margin-bottom:15px;
}
.pro_title span{
	font-size:18px;
	color:#2a2a2a;
	font-family:Arial, Helvetica, sans-serif;	
}
.scroll_pro{
	height:277px;
	width:1220px;
	overflow:hidden;
	margin-left:-25px;	
}
.pro_ul li{
	float:left;
	margin:0px 25px 25px;	
}
.pro_a{
	display:block;
	height:250px;
	width:253px;
	border:1px solid #5C5C5C;	
}
.pro_a img{
	display:block;	
}
.pro_a p{
	color:#fff;
	height:43px;
	line-height:43px;
	background:#5C5C5C;
	text-align:center;
	font-size:13px;	
}
.pro_a:hover{
	border:1px solid #BA2B26;	
}
.pro_a:hover p{
	background:#BA2B26;	
}

/*底部内容*/
.bottom{
	height:224px;	
	width:100%;
	min-width:1170px;
	background:#262626;
}
.bottom_content{
	height:197px;
	position:relative;
	overflow:hidden;	
	padding-top:27px;
}
.bottom_sou{
	width:361px;
	margin-right:38px;
	background:url(../images/footer_line.png) no-repeat right top;
	height:132px;	
}
.bottom_sou h2{
	font-size:16px;
	color:#fff;
	margin-bottom:24px;	
}
.sou_bottom{
	background:url(../images/footer_sou.png) no-repeat;
	height:38px;
	width:293px;
	overfow:hidden;	
	margin-bottom:20px;
}
.bottom_search{
	background: none;
	border: none;
	line-height:28px;
	height: 28px;
	width: 225px;
	padding:5px 10px;
	color:#999;
}
.bottom_tijiao{
	background: none;
	border: none;
	height: 38px;
	width: 48px;
	cursor: pointer;	
}
.bottom_language{
	font-size:14px;
	color:#565656;	
}
.bottom_language a{
	color:#565656;
	margin:0px 10px;	
}
.contact{
	width:504px;
	background:url(../images/footer_line.png) no-repeat right top;
	height:132px;	
}
.contact h2{
	font-size:16px;
	color:#fff;
	margin-bottom:20px;		
}
.contact_box{
	line-height:24px;
	color:#fff;	
}
#footer{
	height:26px;
	width:100%;
	min-width:1170px;
	background:#BA2B26;	
	color:#fff;
}
.footer_content{
	overflow:hidden;
	height:26px;
	line-height:26px;	
}

/*内页样式*/
.inside_banner{
	height:423px;
	width:100%;
	position:relative;
	overflow:hidden;
	min-width:1170px;	
}
.inside_banner img{
	height:423px;
	width:1600px;
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-800px;	
}
#main{
	overflow:hidden;
	margin:50px auto 35px;	
}
.main_left{
	width:219px;	
}
.left_title{
	background:url(../images/left_title.png) no-repeat;
	height:47px;	
	text-indent:36px;
	color:#fff;
	padding:3px 0px;
}
.left_title h2{
	line-height:27px;
	font-size:20px;
	font-weight:bold;
}
.left_title h3{
	line-height:20px;
	font-size:12px;
	font-weight:bold;
}
.left_ul li{
	background:url(../images/li_bg1.png) no-repeat;
	height:45px;
}
.left_ul li a{
	display:block;
	height:45px;
	line-height:45px;
	width:100%;
	text-indent:36px;
	font-size:14px;	
}
.li_hover a{
	background:url(../images/li_line.png) no-repeat bottom center;
	color:#ba2b26;
}

.main_right{
	width:865px;	
}
.right_title{
	height:34px;
	line-height:34px;
	position:relative;
	padding-bottom:13px;	
	background:url(../images/right_title.png) no-repeat left bottom;
	font-size:20px;
	color:#2a2a2a;
	font-weight:bold;
	padding-left:20px;
}
.weizhi{
	position:absolute;
	right:0px;
	top:0px;
	font-size:12px;
	font-weight:normal;	
}
.right_box{
	padding:15px;
	min-height:400px;
	overflow:hidden;	
}
.pro_right{
	width:915px !important;
	margin-left:-25px;
	padding:15px 0px !important;
	overflow:hidden;	
}
.news_content{
	line-height:30px;
	margin:10px 0px;	
}
.news_page{
	line-height:35px;	
}

/*2015-10-14 新增CSS*/
.reg_title{
	height:40px;
	line-height:40px;
	padding-bottom:15px;
	border-bottom:1px solid #E7E5E5;
	color:#2a2a2a;	
}
.reg_title a{
	color:#b3484d;	
}
.reg_ul{
	margin-top:20px;	
}
.reg_ul li{
	overflow:hidden;
	margin-bottom:6px;	
	height:29px;
	line-height:29px;
}
.reg_ul li span{
	display:block;
	float:left;
	width:72px;
	font-size:12px;
	color:#2a2a2a;	
}
.reg_input{
	border:1px solid #767474;
	width:200px;
	padding:5px;
	height:17px;
	line-height:17px;
	border-radius:3px;
	color:#2a2a2a;
	font-family:"微软雅黑";
	float:left;
}
.w92{
	width:92px !important;	
}
.reg_ul li i{
	color:#b3484d;
	float:left;
	margin:0px 15px;	
}
.reg_ul li img{
	vertical-align:middle;	
}
.zhuce{
	height:29px;
	width:98px;
	line-height:25px;
	text-align:center;
	background:#B3484D;
	color:#fff;
	border-radius:2px;
	cursor:pointer;	
	border:none;
}
.login_ul{
	padding-top:25px;	
}
.login_ul li{
	overflow:hidden;
	margin-bottom:29px;	
}
.login_ul li span{
	float:left;
	display:block;
	width:60px;
	color:#0f4389;	
	line-height:27px;
}
.login_input{
	width:173px;
	height:15px;
	line-height:15px;	
	padding:5px;
	background:#E6E6E6;
	border:1px solid #CCCCCC;
	border-radius:3px;
	font-family:"微软雅黑";
}
.denglu{
	height:29px;
	width:70px;
	line-height:25px;
	text-align:center;
	background:#6D6B6B;
	color:#fff;
	border-radius:2px;
	cursor:pointer;	
	border:none;
	float:left;	
}

.zhuce_a{
	height:29px;
	width:70px;
	line-height:29px;
	text-align:center;
	background:#BF4E54;
	color:#fff !important;
	border-radius:2px;
	cursor:pointer;	
	border:none;
	margin-left:44px;
	float:left;		
}